home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / Graphics / PPCLimboCWOS / amiga.readme next >
Text File  |  1998-02-20  |  2KB  |  61 lines

  1. NAME
  2.  
  3.     limbo - fast 2D/3D fractal image compression
  4.  
  5. AMIGA SPECIFICATIONS
  6.  
  7.     See the 'limbo.readme' for general information.
  8.  
  9.     The Limbo  program  is  currently  only  on  a  research  or
  10.     experimental state!
  11.  
  12.     A test run on the 'lenna' image (512 times 480) with a 68030
  13.     /68881:
  14.  
  15.       o Encoding time    : 276 [sec]
  16.  
  17.       o Decoding time    : about 20 [sec]
  18.  
  19.       o Memory usage     : over 3 [Mb]!
  20.  
  21.       o PSNR             : 32.10 [dB]
  22.  
  23.       o Compression ratio: 8.92:1 = 11.21 % = 0.896 [bpp]
  24.  
  25.     The Limbo encoder is very  demanding  for  the  hardware  in
  26.     terms   of   computing   power  and  graphics  capabilities.
  27.     Personally I do not use the program  on  my  68030/40  [Mhz]
  28.     since  its  to slow, but perhaps other Amiga users with more
  29.     powerful CPU'S and better graphics cards may find it  usable
  30.     (the program was first designed to run on a Silicon Graphics
  31.     Indy or a Sun Sparc Station!)
  32.  
  33.     Currently I've only supplied the binaries for the 2D version
  34.     of  the encoder, since the 3D version is even more demanding
  35.     than the 2D encoder.
  36.  
  37.     NOTE: the directory structure specified in the  limbo.readme
  38.     file  MUST  be  present --- otherwise the Limbo encoder will
  39.     fail. If you find the directory structure annoying change it
  40.     by redefining the directories specified in 'defines.h' (i.e.
  41.     the ORGGFX,FCCODE, and CMPGFX defines).
  42.  
  43.     The limbo encoder uses the PGM (8 BPP, grey  scale)  or  PPM
  44.     (24-BPP,  color) as image input/output formats. To encode an
  45.     IFF image it has to be exported to PGM or  PPM  first.  I've
  46.     supplied  the  'PPMPrev'  code  from  the  AmiNet  (PPM.LZH)
  47.     written by Albert-Jan Brouwer. Furthermore I've supplied the
  48.     small dirty hack 'pgm2ppm' to convert PGM to PPM images.
  49.  
  50.     The viewing of images is done by the 'xv.script', instead of
  51.     the xviewer program!
  52.  
  53. THANKS
  54.  
  55.     Thanks to Albert-Jan Brouwer for his PPMPrev and a very  big
  56.     thanks to Chris Coulson for checking out the code !!!
  57.  
  58.  
  59.     .carsten
  60.  
  61.